home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16273 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  980 b 

  1. Path: noc.netcom.net!news
  2. From: Sean Palmer <sean@delta.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: *****beginer question******unresolved external symbol
  5. Date: Tue, 09 Apr 1996 14:36:57 -0400
  6. Organization: deltaComm Development, Inc.
  7. Message-ID: <316AAE49.5EAD@delta.com>
  8. References: <4kcof4$9h1@ddi2.digital.net>
  9. NNTP-Posting-Host: landspeeder.delta.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 3.0B2 (Win95; I)
  14.  
  15. > I typed binary tree program on the text book. There are no type miss.
  16. > But compiler give me like that messages. I am using MS Visiul C++.
  17.  
  18. > Compiling...
  19. > avltree.cpp
  20. > Linking...
  21. > avltree.obj : error LNK2001: unresolved external symbol "class ostream
  22. > & __cdecl operator<<(class ostream &,class String const
  23. > &)"(??6@YAAAVostream@@AAV0@ABVString@@@Z)
  24.  
  25.  
  26. Sounds like you forgot to link in the runtime library. Or maybe have 
  27. some setting enabled that changes the name mangling conventions.
  28.